Certified Kubernetes Administrator (CKA) Exam Guide by Mélony Qin

Certified Kubernetes Administrator (CKA) Exam Guide by Mélony Qin

Author:Mélony Qin
Language: eng
Format: epub
Publisher: Packt Publishing Ltd.
Published: 2022-10-07T00:00:00+00:00


Configuring an application with persistent storage

In this case, you need to create a new YAML definition where you write up the specification of the Kubernetes PV – Kubernetes will assign the storage based on the PVC bound to the PV on a node after the pod has been scheduled to a specific worker node.

Creating your PV

You can start by checking whether you currently have any nodes available to schedule a pod by using kubectl get nodes or kubectl get no. Make sure that the status of one of your nodes is Ready, as in the following:



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.